Add Counter
![](images/add_counter.png)
This function will add a number sequence to your lines. The first line will get the initial number and then this number is increased for each line.
- Put Counter - Choose if you want the counter to be added first or last on your line.
- Separator - The separator is a text string that is added in between the counter and the line. If you for example enter
--
the outcome would look something like this:
001--firstline.ext
002--secondline.ext
003--thirdline.ext - Keep or Replace current line - You can choose to append the counter the existing line, or to replace all line with new content before adding the counter.
Customizing the Counter
The counter is a global object that can be used in many situations, including the above "Add Counter" function. You can customize the counter to suit your taste. Read more about the counter object here.
Tip: Learn how to use the <counter>
tag for full control of where the counter is placed. Read more about format tags here.